Resource StructureDefinition/FHIR Server from package de.uk-koeln.nngm.form#1.0.0 (172 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "Profile-nNGM-Observation-Vitalstatus",
"url" : "http://uk-koeln.de/fhir/StructureDefinition/nNGM/Vitalstatus",
"version" : "1.0.0",
"name" : "Profile_nNGM_Observation_Vitalstatus",
"title" : "Profile - nNGM - Observation - Vitalstatus",
"status" : "active",
"description" : "Dieses Profil beschreibt den Vitalstatus eines Patienten innerhalb des nNGM-Projektes.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.status",
"path" : "Observation.status",
"fixedCode" : "final"
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.category:survey",
"path" : "Observation.category",
"sliceName" : "survey",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.code.coding:loinc",
"path" : "Observation.code.coding",
"sliceName" : "loinc",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://loinc.org",
"code" : "67162-8"
}
},
{
"id" : "Observation.code.coding:loinc.system",
"path" : "Observation.code.coding.system",
"min" : 1
},
{
"id" : "Observation.code.coding:loinc.code",
"path" : "Observation.code.coding.code",
"min" : 1
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
]
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Observation.effective[x]:effectiveDateTime",
"path" : "Observation.effective[x]",
"sliceName" : "effectiveDateTime",
"label" : "LetzterKontakt",
"short" : "effectiveDateTime erlaubt genaue Kodierung des letzten Lebendzeitpunktes, partielle Datumsangaben sind jedoch auch erlaubt. Enthält nicht den Todeszeitpunkt (siehe Patient.deceased[x])!",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"label" : "Vitalstatus",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/Vitalstatus"
}
},
{
"id" : "Observation.value[x].extension",
"path" : "Observation.value[x].extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Observation.value[x].extension:todesdatum",
"path" : "Observation.value[x].extension",
"sliceName" : "todesdatum",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/todesdatum"
]
}
],
"isModifier" : false
},
{
"id" : "Observation.value[x].extension:informationsquelleTodesdatum",
"path" : "Observation.value[x].extension",
"sliceName" : "informationsquelleTodesdatum",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/iqt"
]
}
],
"isModifier" : false
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"max" : "0"
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.